projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2091ab
)
Init fix from Chi-Deok Hwang <cdhwang@sr.hei.co.kr>. Will ChangeLog shortly.
author
Jeff Garzik
<jgarzik@src.gnome.org>
Thu, 31 Dec 1998 05:35:29 +0000
(
05:35
+0000)
committer
Jeff Garzik
<jgarzik@src.gnome.org>
Thu, 31 Dec 1998 05:35:29 +0000
(
05:35
+0000)
gtk/gtklabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtklabel.c
b/gtk/gtklabel.c
index 3be436e4b7ab1076144798e50884d44921cd9d12..def945546b5d1e5b45c44f70d7005e90e363fa77 100644
(file)
--- a/
gtk/gtklabel.c
+++ b/
gtk/gtklabel.c
@@
-568,7
+568,7
@@
gtk_label_split_text_wrapped (GtkLabel *label)
if (label->jtype == GTK_JUSTIFY_FILL)
word->space = (space_width * 3 + 1) / 2;
else
- word->space
+
= space_width * nspaces;
+ word->space = space_width * nspaces;
}
else
{